Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution studio.extensions.easyshare--notifications

This contribution is part of XML component studio.extensions.easyshare inside nuxeo-easyshare-core-9.10.jar /OSGI-INF/extensions.xml

Extension Point

Extension point notifications of component NotificationService.

Contributed Items

  • <notification autoSubscribed="true" availableIn="Workspace" channel="email" enabled="true" name="easyShareDownload" subject="EasyShare download notification" subjectTemplate="easyShareDownloadSubject" template="easyShareDownload">
          <event name="easyShareDownload"/>
        </notification>
  • <notification autoSubscribed="true" availableIn="Workspace" channel="email" enabled="true" name="easyShareExpired" subject="EasyShare expired notification" subjectTemplate="easyShareExpiredSubject" template="easyShareExpired">
          <event name="easyShareExpired"/>
        </notification>

XML Source

<extension point="notifications" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService">
    <notification autoSubscribed="true" availableIn="Workspace" channel="email" enabled="true" name="easyShareDownload" subject="EasyShare download notification" subjectTemplate="easyShareDownloadSubject" template="easyShareDownload">
      <event name="easyShareDownload"/>
    </notification>
    <notification autoSubscribed="true" availableIn="Workspace" channel="email" enabled="true" name="easyShareExpired" subject="EasyShare expired notification" subjectTemplate="easyShareExpiredSubject" template="easyShareExpired">
      <event name="easyShareExpired"/>
    </notification>
  </extension>